home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Max Hedroom < prev    next >
Text File  |  1999-07-06  |  785b  |  60 lines

  1. /*
  2. ---------------------------------------
  3.          "Max Headroom"
  4. Configured by:  Brad Block
  5. E-mail:  ebby@ssba.com
  6.  
  7. The name comes from the movie "Max Headroom"  If you saw the movie, you know why.
  8. ---------------------------------------
  9. */
  10.  
  11. Resn=10,
  12.  
  13. Durn="5",
  14.  
  15. CamX="200 * cos( t / 6 ) * cos((t/3+.4)/11)",
  16. CamY="10 * cos( t / 5 )",
  17. CamZ="20 * cos( t / 33 )",
  18.  
  19. CmLX="0",
  20. CmLY="0",
  21. CmLZ="0",
  22.  
  23. CUpX="cos(100)",
  24. CUpY="0",
  25. CUpZ="0",
  26.  
  27.  
  28. D0="5.14286 * s",            // 5.14286 == 6 / 1.16666
  29.  
  30. R="pos( 2 - d0 ) + pos( 2 - abs( d0 - 6 ))",
  31. G="2 - abs( d0 - 2 )",
  32. B="2 - abs( d0 - 4 )",
  33.  
  34.  
  35. LvlR=".92",LvlG=".92",LvlB=".92",
  36.  
  37. widt=490,heig=360,
  38.  
  39. ConL=0,
  40.  
  41. ConB=0,
  42.  
  43.  
  44. Fall=".5",
  45.  
  46. C0="40 * cos(dt)",
  47.  
  48. X="1500 * dt",
  49. Y="dt*(1000 * s - 500)",
  50. Z="c0 * mag( s )",
  51.  
  52.  
  53. Scal="800",
  54.  
  55. ScSz=1,
  56.  
  57. Pers="250",
  58.  
  59. Vers=30
  60.